docs: Update references to Meson CLI utilities
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 15 Aug 2017 13:08:57 +0000 (14:08 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 15 Aug 2017 13:08:57 +0000 (14:08 +0100)
The separate `mesonconf` and `mesontest` binaries have been deprecated,
in favour of `meson` sub-commands.

README.md
docs/RELEASE-HOWTO.md
docs/reference/gtk/building.sgml

index e4ad8eabc28ec925c91038c9206366f7fccd3be7..0245538fc1d63c5591893d00d4f8a0efe734e30b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ $ ninja
 You can run the test suite using:
 
 ```sh
-$ mesontest
+$ meson test
 ```
 
 And, finally, you can install GTK+ using:
index c47d95fb3da56ae6f175c5c62033b9de5d7d3d6b..716eac60b9d149b30532e22eaf6fb0311bf7da88 100644 (file)
@@ -54,7 +54,7 @@ $ ninja -C _build gtk40-properties-pot
      release. **Note**: this is critical, a slip-up here will cause the soname
      to change.
 
-  6. Make sure that `mesontest` is happy (`ninja dist` will also run the test
+  6. Make sure that `meson test` is happy (`ninja dist` will also run the test
      suite, but it's better to catch issues before committing and tagging
      the release). Typical problems to expect here (depending on whether this
      is a devel  snapshot or a stable release):
index fd5f07618714ef1d91dc5d67382bc40e12a4e347..2f2dc1bb78bc78e62e5073f2435b8ec7e5ca1fc9 100644 (file)
@@ -56,7 +56,7 @@ How to compile GTK+ itself
     </para>
     <para>
       You can get a list of all available options for the build by
-      running <application>mesonconf</application>.
+      running <application>meson configure</application>.
     </para>
     <para>
       After Meson successfully configured the build directory, you then